docs: fix docs link
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:42:29 +0000 (18:42 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:41 +0000 (18:57 -0500)
gdk/gdkdnd.c
gdk/gdkselection.c

index 588b4cbaaedd5d102cbde0666b7d1a52a1011e45..ced7d537f7819fc4e117fa8be691ae7eac953245 100644 (file)
@@ -41,7 +41,7 @@
  *
  * GTK+ provides a higher level abstraction based on top of these functions,
  * and so they are not normally needed in GTK+ applications.
- * See the <link linkend="gtk-Drag-and-Drop">Drag and Drop</link> section of
+ * See the <link linkend="gtk3-Drag-and-Drop">Drag and Drop</link> section of
  * the GTK+ documentation for more information.
  */
 
index bde37393c17d650bcee1a3599408f3cb077f5b28..cfd88a1882e155483190a887c72e0bb2743b29b5 100644 (file)
@@ -48,7 +48,7 @@
  * retrieved by requesting the special target <literal>TARGETS</literal>. When
  * a selection is retrieved, the data is accompanied by a type (an atom), and
  * a format (an integer, representing the number of bits per item).
- * See <link linkend="gdk-Properties-and-Atoms">Properties and Atoms</link>
+ * See <link linkend="gdk3-Properties-and-Atoms">Properties and Atoms</link>
  * for more information.
  *
  * The functions in this section only contain the lowlevel parts of the